From: Richard M. Stallman Date: Fri, 20 May 1994 07:35:37 +0000 (+0000) Subject: (lib-src): Don't depend on src/paths.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91478 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=485c9046e46def1a09ed7c6feb8ad937e00846a4;p=emacs.git (lib-src): Don't depend on src/paths.h. --- diff --git a/Makefile.in b/Makefile.in index 41b323b73bb..969fcb8a962 100644 --- a/Makefile.in +++ b/Makefile.in @@ -221,7 +221,11 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h src: lib-src FRC.src -lib-src: FRC.lib-src src/paths.h +# This ought to depend on src/paths.h, so that in parallel make +# src/paths.h will be available for the compilations in lib-src. +# But that causes trouble in `make install' if a different prefix +# is specified at that time. +lib-src: FRC.lib-src .RECURSIVE: ${SUBDIR}